add

fun add(scheme: Scheme, callback: InterceptUrlRequestCallback)

Associates the given URL scheme with the callback, so that all URL requests with the given scheme will be intercepted before they are sent out.

See also